inspector: Fix css warning tags
authorMatthias Clasen <mclasen@redhat.com>
Sat, 21 Nov 2015 00:01:54 +0000 (19:01 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 21 Nov 2015 01:35:39 +0000 (20:35 -0500)
The builder syntax for tags was invalid here (why did this not
get flagged as error ?!). While we're at it, give the warning
underline a nice, orange color.

gtk/inspector/css-editor.ui

index 0a8e47d6ed42512c929ff1ce2afe0d947efc07d8..ad6919761241fcaf9d64db8f513c070fd9d18647 100644 (file)
@@ -5,7 +5,10 @@
       <object class="GtkTextTag">
         <property name="name">warning</property>
         <property name="underline">single</property>
+        <property name="underline-rgba">darkorange</property>
       </object>
+    </child>
+    <child type="tag">
       <object class="GtkTextTag">
         <property name="name">error</property>
         <property name="underline">error</property>